home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Browsers, Managers & Extensions / Mozilla Weave 0.2.7 / latest-weave.xpi / chrome / sync.jar / content / status.css < prev    next >
Cascading Style Sheet File  |  2008-07-11  |  855b  |  49 lines

  1. #sync-status-dialog {
  2.   width: 300px;
  3. }
  4.  
  5. #statusTitleIcon {
  6.   list-style-image: url("chrome://weave/skin/sync-32x32.png");
  7. }
  8.  
  9. #statusTitle {
  10.   font-size: 14px;
  11.   font-weight: bold;
  12. }
  13.  
  14. #statusBox {
  15.   padding-top: 5px;
  16. }
  17.  
  18. #statusIcon {
  19.   height: 16px;
  20.   width: 16px;
  21. }
  22.  
  23. #statusEngine {
  24.   font-weight: bold;
  25. }
  26.  
  27. #statusText {
  28. }
  29.  
  30. #statusIcon[status="active"] {
  31.   list-style-image: url("chrome://global/skin/icons/loading_16.png");
  32. }
  33.  
  34. #statusIcon[status="error"] {
  35.   list-style-image: url("chrome://global/skin/icons/error-16.png");
  36. }
  37.  
  38. #statusIcon[status="success"] {
  39.   list-style-image: url("chrome://global/skin/icons/information-16.png");
  40. }
  41.  
  42. #statusIcon[status="cancelled"] {
  43.   list-style-image: url("chrome://global/skin/icons/information-16.png");
  44. }
  45.  
  46. #statusIcon[status="info"] {
  47.   list-style-image: url("chrome://global/skin/icons/information-16.png");
  48. }
  49.